home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TPROMPTER / TPROMPTER.txt
Text File  |  1997-06-09  |  1KB  |  76 lines

  1. object Prompter: TPrompter
  2.   Left = 294
  3.   Top = 168
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 108
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 21
  21.     Height = 13
  22.     Caption = 'Test'
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object OKBtn: TBitBtn
  30.     Left = 144
  31.     Top = 68
  32.     Width = 77
  33.     Height = 27
  34.     Font.Color = clBtnText
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.     TabOrder = 1
  40.     Kind = bkOK
  41.     Margin = 2
  42.     Spacing = -1
  43.     IsControl = True
  44.   end
  45.   object CancelBtn: TBitBtn
  46.     Left = 228
  47.     Top = 68
  48.     Width = 77
  49.     Height = 27
  50.     Font.Color = clBtnText
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     TabOrder = 2
  56.     Kind = bkCancel
  57.     Margin = 2
  58.     Spacing = -1
  59.     IsControl = True
  60.   end
  61.   object Edit1: TEdit
  62.     Left = 8
  63.     Top = 32
  64.     Width = 297
  65.     Height = 21
  66.     AutoSize = False
  67.     Font.Color = clWindowText
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     TabOrder = 0
  73.     Text = 'Edit1'
  74.   end
  75. end
  76.